From 72e33a60ef0a6897cb3cc24cf11123039a46d282 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 24 Jan 2009 20:23:25 +0000 Subject: [PATCH] (Window Systems): Document the value of `initial-window-system' under --daemon. --- doc/lispref/display.texi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index b29515cdc8f..42423f8309f 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -5784,7 +5784,10 @@ Emacs is displaying the frame on a character-based terminal. @defvar initial-window-system This variable holds the value of @code{window-system} used for the -first frame created by Emacs during startup. +first frame created by Emacs during startup. (When Emacs is invoked +with the @option{--daemon} option, it does not create any initial +frames, so @code{initial-window-system} is @code{nil}. @xref{Initial +Options, daemon,, emacs, The GNU Emacs Manual}.) @end defvar @defun window-system &optional frame -- 2.30.2